CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - bag of words

搜索资源列表

  1. bag_words_demo

    0下载:
  2. “袋子模型”特征描述演示,有注释,以及人脸库-bag of the words demo
  3. 所属分类:matlab

    • 发布日期:2017-06-20
    • 文件大小:32570368
    • 提供者:Aaron
  1. bag_words_demo

    1下载:
  2. 利用词袋的方法进行物体识别,程序含有大量的实例-It is bag of words method to recognize objects, it includes a lot of examples
  3. 所属分类:Picture Viewer

    • 发布日期:2017-04-05
    • 文件大小:615658
    • 提供者:kaka
  1. PG_BOW_DEMO-master

    0下载:
  2. 一个用BoW|Pyramid BoW+SVM进行图像分类的Matlab Demo -Image Classification using Bag of Words and Spatial Pyramid BoW
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-13
    • 文件大小:3573864
    • 提供者:赵宇
  1. k-meansPBOF

    0下载:
  2. 一个用BOF程序,用k-means聚类,然后生成词袋。-A BOF program, K-means clustering, and then generate the bag of words.
  3. 所属分类:Special Effects

    • 发布日期:2017-06-12
    • 文件大小:19904374
    • 提供者:kitty
  1. Bag-of-visual-words

    0下载:
  2. SIFT等局部特征的词袋模型实现。包括K-means聚类,直方图特征的形成,以及KNN分类。-SIFT local features such as word bag model implementation. Including K-means clustering to form histogram features, and KNN classification.
  3. 所属分类:Special Effects

    • 发布日期:2017-06-17
    • 文件大小:26533888
    • 提供者:张志智
  1. computeBoV

    0下载:
  2. Computing Bag of visual words
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:1651
    • 提供者:rabia
  1. lda-c

    0下载:
  2. LDA是一种文档主题生成模型,也称为一个三层贝叶斯概率模型,包含词、主题和文档三层结构。文档到主题服从Dirichlet分布,主题到词服从多项式分布。 LDA是一种非监督机器学习技术,可以用来识别大规模文档集(document collection)或语料库(corpus)中潜藏的主题信息。它采用了词袋(bag of words)的方法,这种方法将每一篇文档视为一个词频向量,从而将文本信息转化为了易于建模的数字信息。但是词袋方法没有考虑词与词之间的顺序,这简化了问题的复杂性,同时也为
  3. 所属分类:Driver develop

    • 发布日期:2017-04-16
    • 文件大小:30689
    • 提供者:yangling
  1. rough-set

    1下载:
  2. 图像场景分类中视觉词包分类的应用与操作代码-Review of the bag-of-visual-words models in image scene classification
  3. 所属分类:Graph Recognize

    • 发布日期:2015-05-21
    • 文件大小:1112064
    • 提供者:libin
  1. hog

    0下载:
  2. 利用的图像处理中的梯度直方图,再加上词袋模型的知识,编得还可以-Gradient histogram of image processing, plus knowledge bag of words model series was also
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-04-15
    • 文件大小:4917
    • 提供者:毛三明
  1. lab-bow

    0下载:
  2. bag of words representation. Visual words.
  3. 所属分类:Other systems

    • 发布日期:2017-05-03
    • 文件大小:1019153
    • 提供者:impossible
  1. similarityOfDocuments

    0下载:
  2. 利用词袋模型计算新闻的相关性,按照相似度由高到低返回新闻id-compute similarity of articals using bag of words model
  3. 所属分类:Java Develop

    • 发布日期:2017-04-14
    • 文件大小:4287
    • 提供者:marina
  1. project

    0下载:
  2. This program gives a program which follows the naive bayes classifier to classify the processed reviews.This used in sentiment classification.n document classification, a bag of words is a sparse vector of occurrence counts of words that is, a sparse
  3. 所属分类:JavaScript

    • 发布日期:2017-04-30
    • 文件大小:32905
    • 提供者:Nivedha
  1. image_processing3

    1下载:
  2. 图像工程作业3:基于视词袋模型的场景识别 (Scene recognition with bag of words)-Image Engineering Job 3: Scene Recognition Based visual bag of words (Scene recognition with bag of words)
  3. 所属分类:Special Effects

    • 发布日期:2017-06-10
    • 文件大小:17404284
    • 提供者:qinqin
  1. EyesClassifier

    0下载:
  2. It is a eye state classifier. You need to have 2 directories, one containing closed eyes and another one containig opened eyes. If you read and image, it will be classified as open or closed eyes using the method Bag of Visual Words
  3. 所属分类:software engineering

    • 发布日期:2017-04-14
    • 文件大小:3017
    • 提供者:Luis
  1. generateBOWFeatures

    0下载:
  2. Generate bag of words features
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:1562
    • 提供者:taatyaa
  1. DBoW2-master

    0下载:
  2. 这是词袋模型2的测试程序,从外国的一个网站找到的,用于测试surf生成词袋文件-This is a bag of words model test procedure 2, a foreign website to find for testing surf generated word document bags
  3. 所属分类:OpenCV

    • 发布日期:2017-05-06
    • 文件大小:589062
    • 提供者:wanshington
  1. BagOfWordsDEMO

    0下载:
  2. BAG OF WORDS算法应用于图片分类。图像特征用sift算法描述,分类机利用了libsvm方法。-BAG OF WORDS algorithm is applied to image classification. Image features using sift algorithm descr iption, classification machine utilizes libsvm method.
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-14
    • 文件大小:3506377
    • 提供者:zhouduo JSGIGBE
  1. BoV

    0下载:
  2. 一种场景分类的介绍,利用的是bag of visual words思想。-Introduction of a classification, using bag of visual words.
  3. 所属分类:Special Effects

    • 发布日期:2017-06-02
    • 文件大小:14403306
    • 提供者:玉观音
  1. caffe-master

    0下载:
  2. 种基于期望最大化( E M) 算法的局部图像特征的语义提取方法。首先提取图像的局部图像特 征, 统计特征在视觉词汇本中的出现频率, 将图像表示成词袋模型; 引入文本分析中的潜在语义分析技术建立从低层图像 特征到高层图像语义之间的映射模型; 然后利用 E M 算法拟合概率模型, 得到图像局部特征的潜在语义概率分布; 最后利 用该模型提取出的图像在潜在语义上的分布来进行图像分析和理解。-Semantic extraction of local image features based on expe
  3. 所属分类:Windows Kernel

    • 发布日期:2017-12-15
    • 文件大小:8817664
    • 提供者:杨雪
  1. homework3

    1下载:
  2. 将二位数据投影到一维线性, LDA(Latent Dirichlet Allocation)是一种文档主题生成模型,也称为一个三层贝叶斯概率模型,包含词、主题和文档三层结构。所谓生成模型,就是说,我们认为一篇文章的每个词都是通过“以一定概率选择了某个主题,并从这个主题中以一定概率选择某个词语”这样一个过程得到。文档到主题服从多项式分布,主题到词服从多项式分布。 [1] LDA是一种非监督机器学习技术,可以用来识别大规模文档集(document collection)或语料库(corpus)
  3. 所属分类:图形/文字识别

    • 发布日期:2020-02-27
    • 文件大小:3072
    • 提供者:叶随风
« 1 23 »
搜珍网 www.dssz.com